home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1461.dms / var1461.adf / GraphicalTricks / Example2.c < prev    next >
Text File  |  1992-05-18  |  4KB  |  89 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Graphics                Amiga C Club       */
  7. /* Chapter: GraphicalTricks             Tulevagen 22       */
  8. /* File:    Example2.c                  181 41  LIDINGO    */
  9. /* Author:  Anders Bjerin               SWEDEN             */
  10. /* Date:    92-04-29                                       */
  11. /* Version: 1.00                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20. /* This example demonstrates what happens if you copy an   */
  21. /* image on top of a background and do not use a mask. As  */
  22. /* you will see, a complete copy of the image will replace */
  23. /* the background. Even the background colour (black) will */
  24. /* be copied.                                              */
  25. /*                                                         */
  26. /* Sometimes you may want to place a picture on top of a   */
  27. /* background, but do not want to copy everything. You may */
  28. /* for example only want to copy the image, but not the    */
  29. /* background colour around it. To do this you have to use */
  30. /* a "mask" which tells the computer which pixels of the   */
  31. /* background should be modified, and which should not.    */
  32. /* Next example demonstrates this.                         */
  33.  
  34. I am sorry but this file is only available for registered
  35. members. 
  36.  
  37. The registration fee is only £30, $60, SEK 300, or similar
  38. amount in your own currency (price includes everything). The
  39. Amiga C Encyclopedia is the largest collection of documents,
  40. examples and utilities in C for the Amiga and it is still among
  41. the cheapest manuals. But this is not all, a registered owner
  42. will also get:
  43.  
  44.   1. Two disks containing the last parts of the encyclopedia.
  45.      The disks will be sent by first class air mail.
  46.  
  47.   2. Registration card for the Amiga C Club (ACC).
  48.  
  49.   3. Immediate information about updates.
  50.  
  51.   4. Updated versions of the encyclopedia for only the cost of
  52.      disks plus postage and packing.
  53.  
  54.   5. Assistance with digitizing colour pictures and sampling
  55.      sound effects.
  56.  
  57.   6. Unlimited help with your C programs. You never have to be
  58.      alone with your problems.
  59.  
  60.   7. The right to use parts of the manual in your own
  61.      commercial/non-commercial programs/articles.
  62.  
  63. Can any other manual give you all this???
  64.  
  65. The simplest way of paying is to include the money in a letter
  66. in cash. US dollar bills, English pounds or Swedish SEK are
  67. preferred, but all currencies are accepted. You can also send
  68. the money as a "Postal Money Order", ask your local bank or
  69. post office. Please do not use cheques. It is sadly extremely
  70. expensive to cash a foreign cheque here in Sweden.
  71.  
  72. If you live in Scandinavia you can send the money to "Svenska
  73. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  74. mottagare: Datra".
  75.  
  76. Please send the registration fee together with your complete
  77. address to:
  78.  
  79.   Datra, Amiga C Club
  80.   Anders Bjeri
  81.   Tulevagen 22
  82.   181 41  LIDINGO
  83.   SWEDEN
  84.  
  85. I have worked for more than four years now with this
  86. encyclopedia, and with your help I can continue to improve it.
  87.  
  88. Happy programming!!!
  89.